borrow-from-context["context name", op] input-seq
borrow an operator from the given context
usually rules in different context are completely separate from each other
borrow-from-context[] allows you to "peek" at an operator in a different context
this allows you to keep your working context clean, while the back-end code is in another context
if the given context doesn't exist, then it will return the empty sequence